home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / abiword.postrm < prev    next >
Encoding:
Text File  |  2009-02-18  |  330 b   |  11 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_desktop
  4. if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then
  5.     update-desktop-database -q
  6. fi
  7. # End automatically added section
  8. # Automatically added by dh_installmime
  9. if which update-mime >/dev/null 2>&1; then update-mime; fi
  10. # End automatically added section
  11.